home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thinkin' Science - 1st & 2nd Grades
/
Thinkin' Science - First and Second Grades (Edmark)(Version 1.0)(1997).ISO
/
pc
/
dearpar
/
dpdata
/
dp.dir
/
00071_Script_Menu Frame Script
< prev
next >
Wrap
Text File
|
1997-09-03
|
424b
|
22 lines
on enterFrame
global gReadingClicked
cursor -1
set the mouseUpScript to empty
set the mouseDownScript to empty
if gReadingClicked = TRUE then
setVisible 15,15,FALSE
setVisible 16, 21, TRUE
else
setVisible 15,15, TRUE
setVisible 16, 21, FALSE
end if
end
on exitFrame
setPuppets 3, 21, TRUE
set the mouseUpScript to "buttonclick"
-- setPuppets 25, 34, TRUE
end